without exception - определение. Что такое without exception
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое without exception - определение

Exception Chaining; Exception wrapping

GPL linking exception         
LICENSE EXCEPTION OF GNU GENERAL PUBLIC LICENSE
Classpath license; Classpath exception; GPL runtime exception; GPL linking exeption; Classpath Exception; Classpath linking exception
A GPL linking exception modifies the GNU General Public License (GPL) in a way that enables software projects which provide library code to be "linked to" the programs that use them, without applying the full terms of the GPL to the using program. Linking is the technical process of connecting code in a library to the using code, to produce a single executable file.
Without a Dowry (film)         
1937 FILM BY YAKOV PROTAZANOV
Without Dowry; Without a Dowry (1937 film)
Without a Dowry () is a 1937 Soviet film directed by Yakov Protazanov and starring Nina Alisova. It was based on Alexander Ostrovsky's play Without a Dowry (1878).
No taxation without representation         
  • [[Shimer College]] student holds "No tuition without representation" sign during protest over school governance in 2010.
  • [[Bronze sculpture]] of James Otis, Jr stands in front of the [[Barnstable County Courthouse]].
  • The standard-issue District of Columbia license plate bears the phrase, "Taxation Without Representation".
SLOGAN
No Taxation Without Representation; Slogan: No taxation without representation; Taxation without representation; Taxation Without Representation; Taxation without Representation; No tax without voting power; No Taxation without Representation
"No taxation without representation" is a political slogan that originated in the American Revolution, and which expressed one of the primary grievances of the American colonists against Great Britain. In short, many colonists believed that as they were not represented in the distant British parliament, any taxes it imposed on the colonists (such as the Stamp Act and the Townshend Acts) were unconstitutional, and were a denial of the colonists' rights as Englishmen.

Википедия

Exception chaining

Exception chaining, or exception wrapping, is an object-oriented programming technique of handling exceptions by re-throwing a caught exception after wrapping it inside a new exception. The original exception is saved as a property (such as cause) of the new exception. The idea is that a method should throw exceptions defined at the same abstraction level as the method itself, but without discarding information from the lower levels.

For example, a method to play a movie file might handle exceptions in reading the file by re-throwing them inside an exception of movie playing. The user interface doesn't need to know whether the error occurred during reading chunk of bytes or calling eof(). It needs only the exception message extracted from cause. The user interface layer will have its own set of exceptions. The one interested in cause can see its stack trace during debugging or in proper log.

Throwing the right kind of exceptions is particularly enforced by checked exceptions in the Java programming language, and starting with language version 1.4 almost all exceptions support chaining.

In runtime engine environments such as Java or .NET there exist tools that attach to the runtime engine and every time that an exception of interest occurs they record debugging information that existed in memory at the time the exception was thrown (stack and heap values). These tools are called Exception Interception and they provide "root-cause" information for exceptions in Java programs that run in production, testing, or development environments.

Примеры употребления для without exception
1. But almost without exception, these speeches have been campaign rhetoric.
2. They had without exception been paid into Labour‘s bank account.
3. "All Arab media without exception are supporting terrorism," he asserted.
4. Without exception, the subjects all responded best to the face.
5. They truly hate the West and all Westerners, without exception.